cody - HTMLify profile

cody
4270 Files
632703 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/162 - Retro Mario Game
body {
background: #222;
}
h2 {
color: #666;
font-family: monospace;
text-align: center;
background: #222;
}
h2 {
color: #666;
font-family: monospace;
text-align: center;
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Retro Mario Game</title>
<link rel="stylesheet" href="./style.css">
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Retro Mario Game</title>
<link rel="stylesheet" href="./style.css">
## Retro Mario Game
- Use Arrow key to move Blue Block.
- Avoid the Red Lava and take All the Yellow Points.
- Use Arrow key to move Blue Block.
- Avoid the Red Lava and take All the Yellow Points.